home *** CD-ROM | disk | FTP | other *** search
- object RenameForm: TRenameForm
- Left = 245
- Top = 150
- BorderStyle = bsDialog
- Caption = 'Rename'
- ClientHeight = 82
- ClientWidth = 267
- Color = clBtnFace
- ParentFont = True
- KeyPreview = True
- OldCreateOrder = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 28
- Height = 13
- Caption = 'From:'
- end
- object Label2: TLabel
- Left = 8
- Top = 48
- Width = 16
- Height = 13
- Caption = '&To:'
- FocusControl = Edit1
- end
- object Label3: TTntLabel
- Left = 43
- Top = 16
- Width = 86
- Height = 13
- AutoSize = False
- ShowAccelChar = False
- end
- object Label4: TTntLabel
- Left = 139
- Top = 16
- Width = 42
- Height = 13
- AutoSize = False
- end
- object Label5: TTntLabel
- Left = 139
- Top = 52
- Width = 43
- Height = 13
- AutoSize = False
- end
- object Edit1: TEdit
- Left = 40
- Top = 45
- Width = 89
- Height = 21
- TabOrder = 0
- Text = 'Edit1'
- end
- object Button1: TButton
- Left = 184
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 184
- Top = 40
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-